PGetAdditionsDir

Gets the path to the plug-ins folder.


Query results

const char * sPath;
Full path to the plug-ins folder, for example C:\PM6\RSRC\USENGLSH\PLUGINS on Windows, and "MacHD:Applications:PageMaker 6.5:RSRC:USENGLISH:PlugIns"on Mac OS.
const char * sNetPath;
Network folder path (Windows only) This string will be empty, if on Macintosh, or network path if PageMaker for Windows is accessing the plug-ins folder from a network server.

On Macintosh, this string is not used, and will be empty.

Example.

PGetAdditionsDir addsDir;
if (strcmp(addsDir.sPath, "C:\\FOO\\BAR") == 0)...


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support